Welcome![Sign In][Sign Up]
Location:
Search - windows tts

Search list

[Speech/Voice recognition/combineTTS读文本文件

Description: 利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。-use of the Windows operating system audible voice, the user opens a text file, the entire file read out.
Platform: | Size: 305461 | Author: 郭佰胜 | Hits:

[Other resource关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \\ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto - TLB.pas document, which will just a VTxtAuto - TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7931 | Author: 章称 | Hits:

[Speech/Voice recognition/combineTTS

Description: 将文本转成语音的程序,使用Windows SAPI实现
Platform: | Size: 164891 | Author: Jude He | Hits:

[Windows MobileTTS

Description: 目前支持中文的Speech SDK最高版本为Windows平台下的SAPI 5.1(),介绍如何在.net平台下利用SAPI5.1开发中文语音应用程序
Platform: | Size: 147495 | Author: guoguo | Hits:

[Speech/Voice recognition/combinec++builerTTS_Test

Description: 基于 c++BUILDER/DELPHI 的调用 windows tts 中英文 朗读的 src, 这是第一版 demo.
Platform: | Size: 1325121 | Author: 李高 | Hits:

[Speech/Voice recognition/combinec++builerTTS_Test2

Description: 基于 c++BUILDER/DELPHI 的调用 windows tts 中英文 朗读的 src, 这是第2版 demo.
Platform: | Size: 479279 | Author: 李高 | Hits:

[Windows Develop在VB中使用TTS技术

Description: Microsoft Speech SDK5.1语音编程,用于设计语音程序设计-Microsoft Speech SDK5.1 sound programme for sound programme designing
Platform: | Size: 3072 | Author: www | Hits:

[Speech/Voice recognition/combineTTS读文本文件

Description: 利用Windows 系统中的语音系统发声,用户打开文本文件,将整个文件读出来。-use of the Windows operating system audible voice, the user opens a text file, the entire file read out.
Platform: | Size: 305152 | Author: 郭佰胜 | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注册}   “Read”按钮代码为:   VoTxt.Speak(Memo1.Lines.Text,10) {朗读}   “Stop”按钮代码为:   VoTxt.StopSpeaking {停止朗读}   至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto- TLB.pas document, which will just a VTxtAuto- TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Platform: | Size: 7168 | Author: 章称 | Hits:

[Other Databasesscspeech

Description: 这是一个中文的语音库,我是在windows下使用的-This is the voice of a Chinese bank, I was under the windows
Platform: | Size: 1910784 | Author: 李芳 | Hits:

[Speech/Voice recognition/combineTTS

Description: 将文本转成语音的程序,使用Windows SAPI实现-Text into speech, the use of Windows SAPI achieve
Platform: | Size: 164864 | Author: Jude He | Hits:

[Windows MobileTTS

Description: 目前支持中文的Speech SDK最高版本为Windows平台下的SAPI 5.1(),介绍如何在.net平台下利用SAPI5.1开发中文语音应用程序-Currently supports the Chinese version of the Speech SDK for Windows platform, the maximum under the SAPI 5.1 (), describes how in the. Net platform using SAPI5.1 Chinese voice application development
Platform: | Size: 147456 | Author: guoguo | Hits:

[Speech/Voice recognition/combinec++builerTTS_Test

Description: 基于 c++BUILDER/DELPHI 的调用 windows tts 中英文 朗读的 src, 这是第一版 demo.-err
Platform: | Size: 1325056 | Author: 李高 | Hits:

[Speech/Voice recognition/combinec++builerTTS_Test2

Description:
Platform: | Size: 479232 | Author: 李高 | Hits:

[CSharpCSharpSpeaksEasily_demo

Description: 如今,文字到语音已经非常流行;Microsoft Windows XP已经附带了TTS(Text to speech )的引擎,让我们有机会近一步接触这项技术。 -Today, text to speech has been very popular Microsoft Windows XP already comes with TTS (Text to speech) engine, let us have the opportunity to further access to this technology.
Platform: | Size: 65536 | Author: 黄平 | Hits:

[Windows Mobiledemo_vs2005_c

Description: windows mobile上的语音合成示例代码,需要安装TTS语音库!-windows mobile voice synthesis sample code, need to install the TTS voice database!
Platform: | Size: 4265984 | Author: helin | Hits:

[Multimedia DevelopTTSapplication

Description: 本次项目通过使用VC6.0环境,调用Microsoft Speech SDK进行开发,创建了一个基于TTS的中英文文本阅读器,对其进行了应用拓展,可以调节语速、音调、读取文件,并且建立了一个使用TTS语音阅读的登录器,使用语音验证码,防止恶意注册。本文主要论述了设计的主要流程思路与核心技术、问题解决过程,包含了主要问题是speak函数的同步与异步实现,UNICODE与ANSI码转化,线程的运行与文件读写,TTS功能完善,语音验证码等。-sounds-reading and sounds decision code
Platform: | Size: 2694144 | Author: Chensiming | Hits:

[JSP/JavaJavaFastSynth-1.0.2010.1202_Windows

Description: 通过java调用捷通华声TTS5.0,让不熟悉java的朋友,可以很方便的在java上使用语音合成软件-JAVA CALL SINOVOICE TTS5.0
Platform: | Size: 291840 | Author: lsl | Hits:

[OtherTTS

Description: TTSDemo 可以朗读文字,或者把文字转为 wav 声音文件, ? 包括 Win32 和 Win64 两个版本。兼容的操作系统:Windows XP, Windows 7, Windows Vista, Windows 8, Windows 10。 ? 把文字复制 → 粘贴在软件的文本框里面,也可以在文本框里面输入和修改,可以把这些文字读出来。 ? 支持把文本框里面的文字转为 wav 声音文件(TTSDemo can read text or convert text into WAV sound files)
Platform: | Size: 1611776 | Author: ysjwxl2010 | Hits:

[Windows Develop简单的TTS

Description: 简单的TTS,很好的源代码,你有兴趣可以借鉴借鉴。(WINDOWS Visual Basic TTS)
Platform: | Size: 1024 | Author: 朝光 | Hits:
« 12 »

CodeBus www.codebus.net